From: Jeremy Linton Date: Wed, 4 May 2022 17:30:34 +0000 (-0500) Subject: [PATCH 14/24] lscpu: Add Snapdragon parts X-Git-Tag: archive/raspbian/2.40.2-8+rpi1~1^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2~16 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22file:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22file:/?a=commitdiff_plain;h=0aaf17f1b2c97ee323645883f437bea31c6dacfb;p=util-linux.git [PATCH 14/24] lscpu: Add Snapdragon parts QC updated the kernel cputype.h to include the Kyro 4xx and 3xx Silver part numbers's. Lets sync that commit and naming. Signed-off-by: Jeremy Linton Gbp-Pq: Topic upstream Gbp-Pq: Name 0014-lscpu-Add-Snapdragon-parts.patch --- diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index 86e5ea7..57b4bba 100644 --- a/sys-utils/lscpu-arm.c +++ b/sys-utils/lscpu-arm.c @@ -129,6 +129,9 @@ static const struct id_part qcom_part[] = { { 0x211, "Kryo" }, { 0x800, "Falkor V1/Kryo" }, { 0x801, "Kryo V2" }, + { 0x803, "Kryo 3XX Silver" }, + { 0x804, "Kryo 4XX Gold" }, + { 0x805, "Kryo 4XX Silver" }, { 0xc00, "Falkor" }, { 0xc01, "Saphira" }, { -1, "unknown" },